home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 735 / 735.xpi / chrome / answers.jar / content / options.css < prev    next >
Cascading Style Sheet File  |  2009-11-19  |  289b  |  23 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #answers-options-dialog
  4. {
  5.     height: 20em;
  6.     width: 40em;
  7. }
  8.  
  9. #answers-page-list
  10. {
  11.     width: 7em;
  12. }
  13.  
  14. .scroll
  15. {
  16.     height: 18em;
  17.     overflow: auto;
  18. }
  19.  
  20. .small-spacer
  21. {
  22.     width: 2em;
  23. }